home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
European High School Girl
/
European High School Girl.iso
/
mac
/
EURO_1
/
PRG
/
JESSICA.DXR
/
00083.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-09
|
317 b
|
18 lines
on mouseDown
global soundflg
set the ink of sprite 18 to 4
updateStage()
repeat while the stillDown
nothing()
end repeat
set the ink of sprite 18 to 0
updateStage()
if soundflg = 0 then
set soundflg to 1
puppetSound("JESS.AIF")
else
set soundflg to 0
puppetSound(0)
end if
end